home *** CD-ROM | disk | FTP | other *** search
- Path: damage.usa1.net!news
- From: crb3@usa1.com (crb3@usa1.com)
- Newsgroups: comp.lang.c
- Subject: Re: Capturing a print screen command
- Date: Wed, 31 Jan 1996 03:52:40 GMT
- Organization: USAinternet, Inc.
- Message-ID: <4emos4$782@damage.usa1.net>
- References: <31071479.1499778@news>
- NNTP-Posting-Host: wmn1-222.usa1.com
- X-Newsreader: Forte Free Agent 1.0.82
-
- Quoth kolohe@hula.net (Chris Wolski):
-
- >Is it possible to capture the PrtSc key prior to the system dumping
- >the screen contents to the screen. If so how? In C of course. 8-)
-
- >Chris
-
- Yes, by capturing the Int05 vector to block the printing. Go ask in an
- MSDOS-specific newsgroup how that's done using int86x() or intdosx()
- functions (assuming a Borland compiler).
- --cr
-
-